Fixed GtkSizeGroups to adjust both minimum and natural requisitions
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 14 Sep 2010 05:52:59 +0000 (14:52 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 14 Sep 2010 19:04:02 +0000 (04:04 +0900)
commit8bfb1e0ab89a5d4c2e764e3b557a115834cb9678
tree8086f1f508fa576ce87a8f9d2345d3e698a0265c
parentab4ba69cc8661a5fb3311053a25cb4ff70cf2636
Fixed GtkSizeGroups to adjust both minimum and natural requisitions

Originally the GtkSizeRequestIface patches left GtkSizeGroup working
only by bumping the minimum sizes - this commit fixes size groups to take
both minimum and natural requests into account.
gtk/gtksizegroup.c
gtk/gtksizegroup.h
gtk/gtksizerequest.c